
This resource address returns a status summary for the specified foreign cluster.
| URL Parameters | |
|---|---|
| format | The format of the returned data. Can be either
html, json, or xml (default). This value overrides
the Accept header if both are present. |
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data.
manage-user role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage
Address the local cluster at /manage/v2, without specifying the full
/manage/v2/clusters/{id|name}.
The structure of the output returned from this REST API is as follows:
idnamerolemetaThis is a complex structure with the following children:
uricurrent-timeelapsed-timestart-minview-errorThis is a complex structure with the following children:
error-typeerror-nameerror-codeerror-messagerelationsThis is a complex structure with the following children:
relation-groupThis is a complex structure with the following children:
urireftyperefrolerefrelation-countrelationThis is a complex structure with the following children:
qualifiersThis is a complex structure with the following children:
qualifierThis is a complex structure with the following children:
urireftyperefidrefnamerefurireftyperefrolerefidrefnamerefforeign-status-propertiesThis is a complex structure with the following children:
is-bootstrappedbootstrap-host-detailThis is a complex structure with the following children:
host-idinterestingbootstrappedlast-successful-bootstrapforeign-hostsThis is a complex structure with the following children:
foreign-hostThis is a complex structure with the following children:
foreign-host-idforeign-host-nameforeign-connect-portforeign-databasesThis is a complex structure with the following children:
foreign-databaseThis is a complex structure with the following children:
foreign-database-idforeign-database-nameenabledforeign-forest-idsThis is a complex structure with the following children:
foreign-forest-idforeign-forestsThis is a complex structure with the following children:
foreign-forestThis is a complex structure with the following children:
foreign-forest-idforeign-forest-nameforeign-host-idrelated-viewsThis is a complex structure with the following children:
related-viewThis is a complex structure with the following children:
view-typeview-nameview-uri
http://localhost:8002/manage/v2/clusters/Replica?view=status
==> Returns status informaton for the foreign cluster named Replica.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.